From d712c26dd5c1057a845c162ce61c965ff01ea01d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 15 May 1993 20:47:28 +0000 Subject: [PATCH] * systime.h: Borrow CPP sequence from getdate.y to include the proper combination of and . --- src/systime.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/systime.h b/src/systime.h index 3f40b12c021..faf5d139956 100644 --- a/src/systime.h +++ b/src/systime.h @@ -17,12 +17,14 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef TM_IN_SYS_TIME +#ifdef TIME_WITH_SYS_TIME #include -#else #include +#else #ifdef HAVE_SYS_TIME_H #include +#else +#include #endif #endif -- 2.30.2